Structures and Pointers
Things to remember
Attempts to access the fields of the structure John
through PointerJohn that is defined as
PointerJohn = &John;.
.’ has higher precedence than *, so the expression
would be interpreted as:
The following expression is get out of the problem:
As an alternative notation that is equivalent to the
preceding expression is:
PointerJohn->Age